.templates {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.templates .item {
  display: flex;
  flex-direction: column;
}
.templates .item h5 {
  color: #2C2E33;
  font-size: 18px;
  margin-bottom: 16px;
}
.templates .item span {
  color: #828994;
  font-size: 16px;
}
.templates .item .ltas {
  margin-top: 32px;
  color: #304F69;
  font-size: 32px;
}
a:hover {
  color: #304F69;
}
